home *** CD-ROM | disk | FTP | other *** search
/ Pokemon Promotional Discs / ANA_POKEMON_01.ISO / 2 / scripts / DefineButton2_226 / BUTTONCONDACTION on(keyPress x).as
Text File  |  2004-01-03  |  109b  |  5 lines

  1. on(keyPress "x"){
  2.    _parent.sound_BBUTTON.start(0,1);
  3.    _parent._parent._parent.keyCheck.ExitCall();
  4. }
  5.